But it's hard to beat such a tool for anything more than that, and it's pointless to skip these tools and code the UI by hand for a sophisticated desktop application. 但是,除此之外,这类工具是不可替代的,对于一个高级的桌面应用程序,无视这些工具而手工编写UI并无益处。
Such programmatic consumption may also let programmers skip the code generation route for applications where the generated artifacts only allow information encoded in the annotations to be read. 这种程序式的消费还可以让程序员跳过应用程序的代码生成例程,生成的代码只允许读取在注释中编码的信息。
I'll also skip showing the DAO classes using the CallableStatement JDBC code so I can focus on the code that's most germane to this strategy. 这里还跳过了使用CallableStatementJDBC代码的DAO类,这样可以将精力集中到与此策略关系最密切的代码。
If you want to skip ahead, download the completed text. c file included in the source code repository and compile it with the make command. 如果需要跳到前面,请下载源代码存储库中包含的完整text.c文件并用make命令编译该文件。
Traditionally, the Java language has always made the else clause of an if optional, assuming that you can simply skip the block of code if the condition holds false. 传统上,Java语言对if的else子句的使用是随意的,并且假定如果条件出错,可以只跳过代码块。
Personally, when I start learning something new, I would usually just skip the text and read the code first. 对于我本人来说,当我开始学习一种新的编程语言来说,我通常会跳过教材而直接选择阅读代码!
Why not just skip to the code? 为何不直接开始编码呢?
You can skip the rest of the chapter for now if you want to jump right into the code and customize the helloworld project for your own small database application. 如果开发者为了自己的小型数据库应用想立即编码和定制helloworld项目,那么现在就可以跳过本章的剩余部分。
If this check box is not selected, you can debug managed code, but the debugger will skip over calls to unmanaged code. 如果未选中此复选框,则可以调试托管代码,但调试器会跳过对非托管代码的调用。
NOTE As before, you can skip over this list on your first reading and return to it when you deal with some real C code. 提示像以前那样,在第一次阅读时你可以跳过这个清单,在你遇到实际的C代码时在回头查看。